[INFO] cloning repository https://github.com/Reseam/reseam
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Reseam/reseam" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReseam%2Freseam", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReseam%2Freseam'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 824bd3322904fb5e5826047f77d819e9bbb5ef87
[INFO] testing Reseam/reseam against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReseam%2Freseam" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Reseam/reseam
[INFO] finished tweaking git repo https://github.com/Reseam/reseam
[INFO] tweaked toml for git repo https://github.com/Reseam/reseam written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Reseam/reseam on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Reseam/reseam already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f541cebbdbb793204df6ea340790358037482818865c69e1d8aceeeee6c31967
[INFO] running `Command { std: "docker" "start" "-a" "f541cebbdbb793204df6ea340790358037482818865c69e1d8aceeeee6c31967", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f541cebbdbb793204df6ea340790358037482818865c69e1d8aceeeee6c31967", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f541cebbdbb793204df6ea340790358037482818865c69e1d8aceeeee6c31967", kill_on_drop: false }`
[INFO] [stdout] f541cebbdbb793204df6ea340790358037482818865c69e1d8aceeeee6c31967
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 236aa9fb48bc3f40964693a0e9882cc62f757472c20652e88d2291a7a5c7beea
[INFO] running `Command { std: "docker" "start" "-a" "236aa9fb48bc3f40964693a0e9882cc62f757472c20652e88d2291a7a5c7beea", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling boltffi_ffi_rules v0.2.0
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling lzma-rs v0.3.0
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling deflate64 v0.1.11
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling java-locator v0.1.9
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling cesu8 v1.1.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling jni-sys v0.3.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling reseam-patcher v0.1.0 (/opt/rustwide/workdir/crates/patcher)
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling bzip2 v0.5.2
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling boltffi_macros v0.2.0
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling reseam-patcher-macros v0.1.0 (/opt/rustwide/workdir/crates/patcher-macros)
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling jni v0.21.1
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling reseam-dex v0.1.0 (/opt/rustwide/workdir/crates/dex)
[INFO] [stderr]    Compiling reseam-sign v0.1.0 (/opt/rustwide/workdir/crates/sign)
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling xtask v0.0.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling reseam-apk v0.1.0 (/opt/rustwide/workdir/crates/apk)
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling boltffi_core v0.2.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling boltffi v0.2.0
[INFO] [stderr]    Compiling reseam-sdk v0.1.0 (/opt/rustwide/workdir/sdk)
[INFO] [stderr]    Compiling reseam-cli v0.1.0 (/opt/rustwide/workdir/crates/cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
[INFO] running `Command { std: "docker" "inspect" "236aa9fb48bc3f40964693a0e9882cc62f757472c20652e88d2291a7a5c7beea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "236aa9fb48bc3f40964693a0e9882cc62f757472c20652e88d2291a7a5c7beea", kill_on_drop: false }`
[INFO] [stdout] 236aa9fb48bc3f40964693a0e9882cc62f757472c20652e88d2291a7a5c7beea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f89fd54ac4715cdd74946c9aa3a5d41e06083f0d5ed749b7fc753d9b910401e4
[INFO] running `Command { std: "docker" "start" "-a" "f89fd54ac4715cdd74946c9aa3a5d41e06083f0d5ed749b7fc753d9b910401e4", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling zerocopy-derive v0.8.42
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling reseam-patcher-macros v0.1.0 (/opt/rustwide/workdir/crates/patcher-macros)
[INFO] [stderr]    Compiling xtask v0.0.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]    Compiling reseam-sign v0.1.0 (/opt/rustwide/workdir/crates/sign)
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling reseam-dex v0.1.0 (/opt/rustwide/workdir/crates/dex)
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling reseam-apk v0.1.0 (/opt/rustwide/workdir/crates/apk)
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling reseam-patcher v0.1.0 (/opt/rustwide/workdir/crates/patcher)
[INFO] [stderr]    Compiling reseam-sdk v0.1.0 (/opt/rustwide/workdir/sdk)
[INFO] [stderr]    Compiling reseam-cli v0.1.0 (/opt/rustwide/workdir/crates/cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 30.16s
[INFO] running `Command { std: "docker" "inspect" "f89fd54ac4715cdd74946c9aa3a5d41e06083f0d5ed749b7fc753d9b910401e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f89fd54ac4715cdd74946c9aa3a5d41e06083f0d5ed749b7fc753d9b910401e4", kill_on_drop: false }`
[INFO] [stdout] f89fd54ac4715cdd74946c9aa3a5d41e06083f0d5ed749b7fc753d9b910401e4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 893381cd037b4ee8c36bfd2807b0f3224e7183b0e1fa3fa8862d1e3215710d9c
[INFO] running `Command { std: "docker" "start" "-a" "893381cd037b4ee8c36bfd2807b0f3224e7183b0e1fa3fa8862d1e3215710d9c", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/reseam_apk-19cff3b5e7055aae)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/apk_full_round_trip.rs (/opt/rustwide/target/debug/deps/apk_full_round_trip-5e7e41620323f5fc)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_apk_full_round_trip ... ok
[INFO] [stderr]      Running tests/apk_round_trip.rs (/opt/rustwide/target/debug/deps/apk_round_trip-14d74fe0e4170faa)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test test_fingerprint_search ... ok
[INFO] [stdout] test test_from_apk ... ok
[INFO] [stdout] test test_intern_method_and_field ... ok
[INFO] [stdout] test test_mutation_write_reparse ... ok
[INFO] [stdout] test test_raw_buffer_retained ... ok
[INFO] [stdout] test test_multi_dex_container ... ok
[INFO] [stdout] test test_parse_all_apk_dex_files ... ok
[INFO] [stdout] test test_lazy_parsing ... ok
[INFO] [stdout] test test_round_trip_all_apks ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/axml_arsc_round_trip.rs (/opt/rustwide/target/debug/deps/axml_arsc_round_trip-32d470376bc8ef3a)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test test_arsc_mutation_preserves_real_type_header_sizes ... ok
[INFO] [stdout] test test_arsc_round_trip_real_apks ... ok
[INFO] [stdout] test test_arsc_round_trip_complex_entries ... ok
[INFO] [stdout] test test_arsc_round_trip_synthetic ... ok
[INFO] [stdout] test test_arsc_round_trip_with_none_entries ... ok
[INFO] [stdout] test test_axml_round_trip_real_apks ... ok
[INFO] [stdout] test test_xml_compiler_resolves_typed_resource_values ... ok
[INFO] [stdout] test test_arsc_round_trip_mutated ... ok
[INFO] [stdout] test test_find_resource_id_across_packages ... ok
[INFO] [stdout] test test_axml_round_trip_add_permission ... ok
[INFO] [stdout] test test_axml_round_trip_synthetic ... ok
[INFO] [stdout] test test_axml_round_trip_mutated ... ok
[INFO] [stderr]      Running tests/split_behavior.rs (/opt/rustwide/target/debug/deps/split_behavior-a265dd36785ffc5b)
[INFO] [stdout] test test_axml_round_trip_utf16 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test manifest_only_write_preserves_untouched_resource_metadata ... ok
[INFO] [stdout] test native_library_injection_is_stored_and_16kb_aligned ... ok
[INFO] [stdout] test manifest_only_write_preserves_untouched_dex_metadata ... ok
[INFO] [stdout] test repeated_write_preserves_modified_resources_without_reopen ... ok
[INFO] [stdout] test repeated_write_preserves_added_dex_without_reopen ... ok
[INFO] [stdout] test write_to_strips_stale_signature_entries ... ok
[INFO] [stdout] test split_apk_file_changes_are_component_scoped ... ok
[INFO] [stdout] test split_write_preserves_untouched_dex_component_placement ... ok
[INFO] [stdout] test apk_write_aligns_passthrough_native_libraries_for_16kb_pages ... ok
[INFO] [stdout] test split_apk_supports_split_resource_tables_and_component_state ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/reseam-f23ada07f048b4c2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/reseam_dex-1c3d5b442fc72cfc)
[INFO] [stdout] 
[INFO] [stdout] running 39 tests
[INFO] [stdout] test encoding::leb128::tests::test_sleb128_roundtrip ... ok
[INFO] [stdout] test encoding::leb128::tests::test_overlong_uleb128 ... ok
[INFO] [stdout] test encoding::leb128::tests::test_uleb128_roundtrip ... ok
[INFO] [stdout] test encoding::leb128::tests::test_uleb128p1_roundtrip ... ok
[INFO] [stdout] test encoding::mutf8::tests::test_ascii_roundtrip ... ok
[INFO] [stdout] test encoding::mutf8::tests::test_bmp_chars ... ok
[INFO] [stdout] test encoding::mutf8::tests::test_empty ... ok
[INFO] [stdout] test encoding::mutf8::tests::test_null_char ... ok
[INFO] [stdout] test encoding::mutf8::tests::test_supplementary_char ... ok
[INFO] [stdout] test file::pattern::tests::finds_pattern_span ... ok
[INFO] [stdout] test file::pattern::tests::matches_raw_instruction_by_variant ... ok
[INFO] [stdout] test file::tests::intern_descriptors_return_errors ... ok
[INFO] [stdout] test file::tests::resolve_class_data_rejects_out_of_bounds_index ... ok
[INFO] [stdout] test read::parse::tests::read_call_sites_rejects_short_entries ... ok
[INFO] [stdout] test types::code::tests::remove_instruction_rejects_out_of_bounds_index ... ok
[INFO] [stdout] test read::parse::tests::read_hidden_api_rejects_unknown_flags ... ok
[INFO] [stdout] test types::label::tests::if_branch_with_label ... ok
[INFO] [stdout] test types::label::tests::try_catch_with_labels ... ok
[INFO] [stdout] test types::instruction_registers::tests::collects_invoke_range_registers ... ok
[INFO] [stdout] test util::descriptor::tests::test_invalid_method_descriptors ... ok
[INFO] [stdout] test util::descriptor::tests::test_parse_complex ... ok
[INFO] [stdout] test types::register_analysis::tests::finds_contiguous_range_after_invoke_range ... ok
[INFO] [stdout] test types::instruction_registers::tests::collects_invoke_arg_registers ... ok
[INFO] [stdout] test util::descriptor::tests::test_invalid_type_descriptors ... ok
[INFO] [stdout] test types::label::tests::simple_goto_forward ... ok
[INFO] [stdout] test types::label::tests::unbound_label_returns_error ... ok
[INFO] [stdout] test types::register_analysis::tests::finds_first_available_register ... ok
[INFO] [stdout] test types::label::tests::simple_goto_backward ... ok
[INFO] [stdout] test util::sort::tests::test_prefix_sort ... ok
[INFO] [stdout] test types::register_analysis::tests::respects_excluded_registers ... ok
[INFO] [stdout] test util::descriptor::tests::test_shorty ... ok
[INFO] [stdout] test types::code::tests::replace_instruction_rejects_out_of_bounds_index ... ok
[INFO] [stdout] test write::instruction_writer::tests::rejects_out_of_range_12x_registers ... ok
[INFO] [stdout] test util::descriptor::tests::test_parse_descriptor ... ok
[INFO] [stdout] test types::code::tests::insert_instruction_rejects_out_of_bounds_index ... ok
[INFO] [stdout] test util::sort::tests::test_ascii_sort ... ok
[INFO] [stdout] test write::annotations::tests::annotation_sections_are_written_contiguously ... ok
[INFO] [stdout] test write::instruction_writer::tests::rejects_out_of_range_const4_literals ... ok
[INFO] [stdout] test types::instruction_registers::tests::collects_binary_op_registers ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/round_trip.rs (/opt/rustwide/target/debug/deps/round_trip-45030dcf6fff08c8)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_parse_truncated_input_returns_error_instead_of_panicking ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/sort_roundtrip.rs (/opt/rustwide/target/debug/deps/sort_roundtrip-53096407b07d9552)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test sort_roundtrip_after_code_modification_preserves_refs ... ok
[INFO] [stdout] test sort_roundtrip_after_interning_preserves_method_ids ... ok
[INFO] [stdout] test compare_patched_vs_original ... ok
[INFO] [stdout] test sort_double_roundtrip_is_stable ... ok
[INFO] [stdout] test sort_roundtrip_preserves_method_ids ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/reseam_patcher-ce7453232a1adebf)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test kotlin::xml::tests::xml_append_child_supports_nested_pending_elements ... ok
[INFO] [stdout] test kotlin::xml::tests::xml_set_attribute_preserves_typed_values ... ok
[INFO] [stdout] test kotlin::tests::with_ctx_requires_active_context - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/patcher_tests.rs (/opt/rustwide/target/debug/deps/patcher_tests-2c2a3d8f99d63c63)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test kotlin_bundle_executes_against_runtime_api ... FAILED
[INFO] [stdout] test kotlin_bundle_required_option_is_enforced ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- kotlin_bundle_executes_against_runtime_api stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'kotlin_bundle_executes_against_runtime_api' (109) panicked at crates/patcher/tests/patcher_tests.rs:35:9:
[INFO] [stdout] build reseam patch sdk jar failed
[INFO] [stdout] status: exit status: 1
[INFO] [stdout] stdout:
[INFO] [stdout] Downloading https://services.gradle.org/distributions/gradle-8.12-bin.zip
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Exception in thread "main" java.net.UnknownHostException: services.gradle.org
[INFO] [stdout] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
[INFO] [stdout] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
[INFO] [stdout] 	at java.net.Socket.connect(Socket.java:607)
[INFO] [stdout] 	at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:293)
[INFO] [stdout] 	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
[INFO] [stdout] 	at sun.net.www.http.HttpClient.openServer(HttpClient.java:465)
[INFO] [stdout] 	at sun.net.www.http.HttpClient.openServer(HttpClient.java:560)
[INFO] [stdout] 	at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
[INFO] [stdout] 	at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
[INFO] [stdout] 	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:203)
[INFO] [stdout] 	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1179)
[INFO] [stdout] 	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1073)
[INFO] [stdout] 	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:189)
[INFO] [stdout] 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1589)
[INFO] [stdout] 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1517)
[INFO] [stdout] 	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
[INFO] [stdout] 	at org.gradle.wrapper.Install.forceFetch(SourceFile:2)
[INFO] [stdout] 	at org.gradle.wrapper.Install$1.call(SourceFile:8)
[INFO] [stdout] 	at org.gradle.wrapper.GradleWrapperMain.main(SourceFile:67)
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5941168bf8d8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5941168bf8d8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5941168bf8d8 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5941168bf8d8 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5941168d669a - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5941168d669a - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x5941168c4752 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5941168c4752 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59411689c066 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59411689c066 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5941168b6d79 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5941162814fc - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5941162814fc - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5941168b6f32 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5941168b6f32 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59411689c122 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x594116893689 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59411689cedd - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5941168d6e8c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59411625d888 - patcher_tests[7f70b95fa272db26]::run_checked
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/patcher/tests/patcher_tests.rs:35:9
[INFO] [stdout]   20:     0x59411625d0a6 - patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/patcher/tests/patcher_tests.rs:52:13
[INFO] [stdout]   21:     0x594116264458 - <std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_init::<patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   22:     0x59411626437e - <std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::initialize::<<std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_init<patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   23:     0x59411626bdb1 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once_force::<<std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::initialize<<std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_init<patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   24:     0x5941168a13b9 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   25:     0x59411626ab24 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once_force::<<std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::initialize<<std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_init<patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   26:     0x5941162637cd - <std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::initialize::<<std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_init<patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   27:     0x59411626389b - <std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_try_init::<<std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_init<patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   28:     0x5941162637fd - <std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_init::<patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   29:     0x59411625dc5a - patcher_tests[7f70b95fa272db26]::build_fixture_jar
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/patcher/tests/patcher_tests.rs:46:10
[INFO] [stdout]   30:     0x59411625e551 - patcher_tests[7f70b95fa272db26]::write_bundle_reseam
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/patcher/tests/patcher_tests.rs:81:30
[INFO] [stdout]   31:     0x5941162612f4 - patcher_tests[7f70b95fa272db26]::kotlin_bundle_executes_against_runtime_api
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/patcher/tests/patcher_tests.rs:243:23
[INFO] [stdout]   32:     0x59411625d387 - patcher_tests[7f70b95fa272db26]::kotlin_bundle_executes_against_runtime_api::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/patcher/tests/patcher_tests.rs:242:48
[INFO] [stdout]   33:     0x59411625bf56 - <patcher_tests[7f70b95fa272db26]::kotlin_bundle_executes_against_runtime_api::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   34:     0x5941162745db - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   35:     0x5941162745db - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   36:     0x594116281e55 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   37:     0x594116281e55 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x594116281e55 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x594116281e55 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x594116281e55 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x594116281e55 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   42:     0x594116281e55 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   43:     0x59411627c9b4 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   44:     0x59411627c9b4 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   45:     0x594116284ed2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   46:     0x594116284ed2 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x594116284ed2 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x594116284ed2 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x594116284ed2 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x594116284ed2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   51:     0x594116284ed2 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   52:     0x5941168bed5f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   53:     0x5941168bed5f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   54:     0x73adb129faa4 - <unknown>
[INFO] [stdout]   55:     0x73adb132ca64 - clone
[INFO] [stdout]   56:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- kotlin_bundle_required_option_is_enforced stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'kotlin_bundle_required_option_is_enforced' (110) panicked at crates/patcher/tests/patcher_tests.rs:35:9:
[INFO] [stdout] build reseam patch sdk jar failed
[INFO] [stdout] status: exit status: 1
[INFO] [stdout] stdout:
[INFO] [stdout] Downloading https://services.gradle.org/distributions/gradle-8.12-bin.zip
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Exception in thread "main" java.net.UnknownHostException: services.gradle.org
[INFO] [stdout] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
[INFO] [stdout] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
[INFO] [stdout] 	at java.net.Socket.connect(Socket.java:607)
[INFO] [stdout] 	at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:293)
[INFO] [stdout] 	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
[INFO] [stdout] 	at sun.net.www.http.HttpClient.openServer(HttpClient.java:465)
[INFO] [stdout] 	at sun.net.www.http.HttpClient.openServer(HttpClient.java:560)
[INFO] [stdout] 	at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
[INFO] [stdout] 	at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
[INFO] [stdout] 	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:203)
[INFO] [stdout] 	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1179)
[INFO] [stdout] 	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1073)
[INFO] [stdout] 	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:189)
[INFO] [stdout] 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1589)
[INFO] [stdout] 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1517)
[INFO] [stdout] 	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
[INFO] [stdout] 	at org.gradle.wrapper.Install.forceFetch(SourceFile:2)
[INFO] [stdout] 	at org.gradle.wrapper.Install$1.call(SourceFile:8)
[INFO] [stdout] 	at org.gradle.wrapper.GradleWrapperMain.main(SourceFile:67)
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5941168bf8d8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5941168bf8d8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5941168bf8d8 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5941168bf8d8 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5941168d669a - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5941168d669a - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x5941168c4752 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5941168c4752 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59411689c066 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59411689c066 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5941168b6d79 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5941162814fc - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5941162814fc - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5941168b6f32 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5941168b6f32 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59411689c122 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x594116893689 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59411689cedd - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5941168d6e8c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59411625d888 - patcher_tests[7f70b95fa272db26]::run_checked
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/patcher/tests/patcher_tests.rs:35:9
[INFO] [stdout]   20:     0x59411625d0a6 - patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/patcher/tests/patcher_tests.rs:52:13
[INFO] [stdout]   21:     0x594116264458 - <std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_init::<patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once_lock.rs:321:50
[INFO] [stdout]   22:     0x59411626437e - <std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::initialize::<<std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_init<patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}>::{closure#0}, !>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once_lock.rs:543:19
[INFO] [stdout]   23:     0x59411626bdb1 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once_force::<<std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::initialize<<std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_init<patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}>::{closure#0}, !>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:226:40
[INFO] [stdout]   24:     0x5941168a13b9 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   25:     0x59411626ab24 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once_force::<<std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::initialize<<std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_init<patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}>::{closure#0}, !>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:226:20
[INFO] [stdout]   26:     0x5941162637cd - <std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::initialize::<<std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_init<patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once_lock.rs:542:19
[INFO] [stdout]   27:     0x59411626389b - <std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_try_init::<<std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_init<patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once_lock.rs:410:14
[INFO] [stdout]   28:     0x5941162637fd - <std[d054f6f42beb1baa]::sync::once_lock::OnceLock<std[d054f6f42beb1baa]::path::PathBuf>>::get_or_init::<patcher_tests[7f70b95fa272db26]::build_fixture_jar::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once_lock.rs:321:20
[INFO] [stdout]   29:     0x59411625dc5a - patcher_tests[7f70b95fa272db26]::build_fixture_jar
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/patcher/tests/patcher_tests.rs:46:10
[INFO] [stdout]   30:     0x59411625e551 - patcher_tests[7f70b95fa272db26]::write_bundle_reseam
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/patcher/tests/patcher_tests.rs:81:30
[INFO] [stdout]   31:     0x594116260d76 - patcher_tests[7f70b95fa272db26]::kotlin_bundle_required_option_is_enforced
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/patcher/tests/patcher_tests.rs:325:23
[INFO] [stdout]   32:     0x59411625d357 - patcher_tests[7f70b95fa272db26]::kotlin_bundle_required_option_is_enforced::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/patcher/tests/patcher_tests.rs:324:47
[INFO] [stdout]   33:     0x59411625bf16 - <patcher_tests[7f70b95fa272db26]::kotlin_bundle_required_option_is_enforced::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   34:     0x5941162745db - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   35:     0x5941162745db - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   36:     0x594116281e55 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   37:     0x594116281e55 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x594116281e55 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x594116281e55 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x594116281e55 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x594116281e55 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   42:     0x594116281e55 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   43:     0x59411627c9b4 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   44:     0x59411627c9b4 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   45:     0x594116284ed2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   46:     0x594116284ed2 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x594116284ed2 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x594116284ed2 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x594116284ed2 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x594116284ed2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   51:     0x594116284ed2 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   52:     0x5941168bed5f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   53:     0x5941168bed5f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   54:     0x73adb129faa4 - <unknown>
[INFO] [stdout]   55:     0x73adb132ca64 - clone
[INFO] [stdout]   56:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     kotlin_bundle_executes_against_runtime_api
[INFO] [stdout]     kotlin_bundle_required_option_is_enforced
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.08s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p reseam-patcher --test patcher_tests`
[INFO] running `Command { std: "docker" "inspect" "893381cd037b4ee8c36bfd2807b0f3224e7183b0e1fa3fa8862d1e3215710d9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "893381cd037b4ee8c36bfd2807b0f3224e7183b0e1fa3fa8862d1e3215710d9c", kill_on_drop: false }`
[INFO] [stdout] 893381cd037b4ee8c36bfd2807b0f3224e7183b0e1fa3fa8862d1e3215710d9c
